Class com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow

Object
   |
   +----BaseOptionsWindow
           |
           +----com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow

public class OptionsWindow
extends BaseOptionsWindow
The API used to represent the dialog box containing tabs in Visual Cafe.

Version:
1.0
Author:
Symantec Internet Tools Division
Since:
VCafe 3.0
See Also:
PluginOptionTab, getOptionsWindow

Constructor Index

 o com.symantec.itools.vcafe.openapi.pluginapi.OptionsWindow()
Construct an instance of options window

Method Index

 o add(PluginOptionTab)
Append an option tab to this window
 o addActionListener(ActionListener)
Add an action listener to Ok/Cancel/Help buttons in the options window.
 o removeActionListener(ActionListener)
Remove the specified action listener

Constructors

 o OptionsWindow
public OptionsWindow()
Construct an instance of options window

Methods

 o add
public void add(PluginOptionTab o)
Append an option tab to this window

Parameters:
o - The PluginOptionTab to append
Overrides:
add in class BaseOptionsWindow
 o addActionListener
public void addActionListener(ActionListener l)
Add an action listener to Ok/Cancel/Help buttons in the options window.

Parameters:
l - The ActionListener to add
Overrides:
addActionListener in class BaseOptionsWindow
 o removeActionListener
public void removeActionListener(ActionListener l)
Remove the specified action listener

Parameters:
l - The ActionListener to remove
Overrides:
removeActionListener in class BaseOptionsWindow

All Packages  Class Hierarchy  This Package  Previous  Next  Index